projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff64f8c
)
(decode-coding-inserted-region): Don't
author
Kenichi Handa
<handa@m17n.org>
Sun, 4 Jul 2004 23:19:15 +0000
(23:19 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 4 Jul 2004 23:19:15 +0000
(23:19 +0000)
set last-coding-system-used here.
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index bbe83c2baf79beca2a6d0df64f795fb82f7164ce..2f7101719fab5ea3e14b4806439150fa2fe28cbc 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-1878,8
+1878,7
@@
of the function `insert-file-contents'."
(coding-system-change-text-conversion coding 'raw-text)))
(setq coding nil))
(if coding
- (decode-coding-region (point-min) (point-max) coding))
- (setq last-coding-system-used coding)))))
+ (decode-coding-region (point-min) (point-max) coding))))))
(defun make-translation-table (&rest args)
"Make a translation table from arguments.